hip.hipaudio.backend.webaudio.source

Undocumented in source.

Members

Classes

HipWebAudioSource
class HipWebAudioSource
Undocumented in source.

Functions

WebAudioSourceCreate
size_t WebAudioSourceCreate()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WebAudioSourceSetData
void WebAudioSourceSetData(size_t src, size_t buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WebAudioSourceSetLooping
void WebAudioSourceSetLooping(size_t src, bool shouldLoop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WebAudioSourceSetPitch
void WebAudioSourceSetPitch(size_t src, float pitch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WebAudioSourceSetPlaybackRate
void WebAudioSourceSetPlaybackRate(size_t src, float rate)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WebAudioSourceSetPlaying
void WebAudioSourceSetPlaying(size_t src, bool playing)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WebAudioSourceSetVolume
void WebAudioSourceSetVolume(size_t src, float volume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WebAudioSourceStop
void WebAudioSourceStop(size_t src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta